Matthias Clasen [Sat, 13 Dec 2008 08:05:11 +0000 (08:05 +0000)]
Remove a C99ism. Pointed out by Eric Lamarque
* gdk/x11/gdktestutils-x11.c (gdk_test_simulate_button):
Remove a C99ism. Pointed out by Eric Lamarque
svn path=/trunk/; revision=21886
Matthias Clasen [Sat, 13 Dec 2008 07:59:58 +0000 (07:59 +0000)]
Handle separate append/set for rows. Patch by Li Yuan
* gtk/gtkiconview.c (gtk_icon_view_accessible_model_row_changed):
Handle separate append/set for rows. Patch by Li Yuan
svn path=/trunk/; revision=21884
Matthias Clasen [Sat, 13 Dec 2008 05:42:46 +0000 (05:42 +0000)]
Destroy the image too. Patch by Carlos Garcia Campos
* gtk/gtkstatusicon.c (gtk_status_icon_finalize): Destroy the
image too. Patch by Carlos Garcia Campos
svn path=/trunk/; revision=21882
Matthias Clasen [Sat, 13 Dec 2008 05:33:14 +0000 (05:33 +0000)]
Initialize the XAtom cache earlier. Patch by Christian Persch
* gdk/x11/gdkdisplay-x11.c (gdk_display_open): Initialize the
XAtom cache earlier. Patch by Christian Persch
svn path=/trunk/; revision=21880
Matthias Clasen [Sat, 13 Dec 2008 05:28:21 +0000 (05:28 +0000)]
Use the new order correctly. Patch by Li Yuan
* gtk/gtkiconview.c (gtk_icon_view_accessible_model_rows_reordered):
Use the new order correctly. Patch by Li Yuan
svn path=/trunk/; revision=21878
Matthias Clasen [Sat, 13 Dec 2008 05:20:10 +0000 (05:20 +0000)]
Fix a typo
svn path=/trunk/; revision=21877
Matthias Clasen [Sat, 13 Dec 2008 04:39:38 +0000 (04:39 +0000)]
Handle being called early. Bug report by Andrés G. Aragoneses
* gtk/gtkrc.c (gtk_rc_parse_default_files): Handle being called
early. Bug report by Andrés G. Aragoneses
svn path=/trunk/; revision=21875
Matthias Clasen [Sat, 13 Dec 2008 03:55:04 +0000 (03:55 +0000)]
Set an empty title on password dialogs. Pointed out by Máirín Duffy.
* gtk/gtkmountoperation.c: Set an empty title on password dialogs.
Pointed out by Máirín Duffy.
svn path=/trunk/; revision=21873
Li Yuan [Fri, 12 Dec 2008 06:12:27 +0000 (06:12 +0000)]
Bug #512743. (gail_tree_view_changed_gtk): Clean cell before go through
2008-12-12 Li Yuan <li.yuan@sun.com>
* gailtreeview.c: Bug #512743.
(gail_tree_view_changed_gtk): Clean cell before go through the info
list, for "changed" signal could come before a "row-deleted".
(clean_cell_info):
Prevent the thread to be scheduled before clean_cell_info
finish its job.
svn path=/trunk/; revision=21872
Sven Herzberg [Thu, 11 Dec 2008 13:09:27 +0000 (13:09 +0000)]
Document the "set-scroll-adjustments" signal
2008-12-11 Sven Herzberg <sven@imendio.com>
Document the "set-scroll-adjustments" signal
Reviewed by Kristian Rietveld.
* gtk/gtkiconview.c,
* gtk/gtklayout.c,
* gtk/gtktextview.c,
* gtk/gtktreeview.c,
* gtk/gtkviewport.c: added proper documentation for the signal
svn path=/trunk/; revision=21871
Daniel Elstner [Thu, 11 Dec 2008 11:38:59 +0000 (11:38 +0000)]
Bug 563994 – Input method module interface not documented
* gtk/gtkimcontext.h: Add public/private markers.
* gtk/gtkimcontext.c: Add section documentation which explains how
to add a new input method module to GTK+. Document the signals and
virtual functions of GtkIMContextClass.
* gtk/gtkimmodule.c: Document struct GtkIMContextInfo.
* docs/reference/gtk/gtk-sections.txt: Add GtkIMContextClass and
GtkIMContextInfo to section GtkIMContext.
* docs/reference/gtk/Makefile.am (IGNORE_HFILES): Remove
gtkimmodule.h from the list in order to pick up GtkIMContextInfo.
* docs/reference/gtk/tmpl/gtkimcontext.sgml: Remove file from
repository since all the hand-edited content has been migrated to
source file comments.
svn path=/trunk/; revision=21870
Matthias Clasen [Wed, 10 Dec 2008 18:02:30 +0000 (18:02 +0000)]
Bug 563991 – gtk_file_chooser_button_new_with_backend is deprecated --
2008-12-10 Matthias Clasen <mclasen@redhat.com>
Bug 563991 – gtk_file_chooser_button_new_with_backend is deprecated
-- but what should be used instead?
* gtk/gtkfilechooserbutton.c: Enhanced deprecation annotation.
svn path=/trunk/; revision=21868
Matthias Clasen [Wed, 10 Dec 2008 18:00:02 +0000 (18:00 +0000)]
Improve GTK_MODULES docs
svn path=/trunk/; revision=21867
Daniel Elstner [Wed, 10 Dec 2008 11:58:37 +0000 (11:58 +0000)]
Maintenance of Multipress input method by Openismus GmbH:
* modules/input/gtkimcontextmultipress.[ch]: Clean up the code
a bit to follow the GTK+ coding style more closely. Fix the code
to emit "preedit-start" and "preedit-end", too, rather than only
"preedit-changed".
(GTK_IM_CONTEXT_MULTIPRESS*): Rename incorrectly spelled macros
gtk_im_context_multipress*. Shouldn't break API or ABI as it's
only used internally.
* modules/input/immultipress.c: More cleanup,
* modules/input/README.multipress: ditto.
svn path=/trunk/; revision=21864
Michael Natterer [Tue, 9 Dec 2008 15:37:59 +0000 (15:37 +0000)]
add missing #ifndef GDK_DISABLE_DEPRECATED.
2008-12-09 Michael Natterer <mitch@imendio.com>
* gdk/gdk.symbols: add missing #ifndef GDK_DISABLE_DEPRECATED.
svn path=/trunk/; revision=21863
Michael Natterer [Tue, 9 Dec 2008 15:13:55 +0000 (15:13 +0000)]
add missing semicolon.
2008-12-09 Michael Natterer <mitch@imendio.com>
* gtk/gtkcontainer.c (struct PackingPropertiesData): add missing
semicolon.
* gtk/gtkcontainer.c (attributes_text_element): "value" is a
gchar*, not const gchar*.
svn path=/trunk/; revision=21862
Michael Natterer [Tue, 9 Dec 2008 15:08:21 +0000 (15:08 +0000)]
Remove empty folder from svn.
svn path=/trunk/; revision=21861
Michael Natterer [Tue, 9 Dec 2008 14:51:31 +0000 (14:51 +0000)]
fix a glitch.
svn path=/trunk/; revision=21860
Michael Natterer [Tue, 9 Dec 2008 14:51:16 +0000 (14:51 +0000)]
Makefile.am add GTK_DISABLE_DEPRECATED to CFLAGS.
2008-12-09 Michael Natterer <mitch@imendio.com>
* Makefile.am
* tests/Makefile.am: add GTK_DISABLE_DEPRECATED to CFLAGS.
* gail.c
* gailclist.c
* gailclistcell.c
* gailcombo.c
* gaillist.c
* gailmenu.c
* gailoptionmenu.c
* gailpixmap.c
* gailprogressbar.c
* gailtoplevel.c
* gailwidget.c
* gailwindow.c
* tests/ferret.c
* tests/testcombo.c
* tests/testlib.h
* tests/testoptionmenu.c: #undef it where we need to access
deprecated cruft.
svn path=/trunk/; revision=21859
Michael Natterer [Tue, 9 Dec 2008 14:49:34 +0000 (14:49 +0000)]
undeprecate.
2008-12-09 Michael Natterer <mitch@imendio.com>
* gailtreeview.c: undeprecate.
svn path=/trunk/; revision=21858
Matthias Clasen [Mon, 8 Dec 2008 04:01:32 +0000 (04:01 +0000)]
Add bug ref
svn path=/trunk/; revision=21856
Matthias Clasen [Mon, 8 Dec 2008 03:57:16 +0000 (03:57 +0000)]
Make gtk_builder_get_translation_domain() useful for subparsers.
* gtk/gtkbuilderparser.c: Make gtk_builder_get_translation_domain()
useful for subparsers.
* gtk/gtkcontainer.c: Make the child property parser support
translatable child properties.
svn path=/trunk/; revision=21855
Matthias Clasen [Mon, 8 Dec 2008 02:47:21 +0000 (02:47 +0000)]
Fix the build
svn path=/trunk/; revision=21854
Matthias Clasen [Mon, 8 Dec 2008 02:39:28 +0000 (02:39 +0000)]
Call gtk_show_uri() if no uri hook has been set. Patch by Emmanuele Bassi
* gtk/gtklinkbutton.c: Call gtk_show_uri() if no uri hook has
been set. Patch by Emmanuele Bassi
svn path=/trunk/; revision=21853
Matthias Clasen [Mon, 8 Dec 2008 01:46:43 +0000 (01:46 +0000)]
Correct the documentation. Patch by Paul Davis
* gdk/gdkdisplay.c (gdk_display_get_window_at_pointer): Correct
the documentation. Patch by Paul Davis
svn path=/trunk/; revision=21852
Matthias Clasen [Mon, 8 Dec 2008 00:44:50 +0000 (00:44 +0000)]
Clean up includes in test printbackend.
svn path=/trunk/; revision=21851
Behdad Esfahbod [Mon, 8 Dec 2008 00:01:29 +0000 (00:01 +0000)]
Bug 563547 – Update gdkx11 atom precache table
2008-12-07 Behdad Esfahbod <behdad@gnome.org>
Bug 563547 – Update gdkx11 atom precache table
* gdk/x11/gdkdisplay-x11.c: Add more atoms to precache.
svn path=/trunk/; revision=21849
Ilkka Tuohela [Sat, 6 Dec 2008 07:35:32 +0000 (07:35 +0000)]
Updated Finnish translation
svn path=/trunk/; revision=21848
Ilkka Tuohela [Sat, 6 Dec 2008 07:27:30 +0000 (07:27 +0000)]
Updated Finnish translation
svn path=/trunk/; revision=21847
Michael Natterer [Fri, 5 Dec 2008 11:31:30 +0000 (11:31 +0000)]
Bug 546285 – Allow GtkEntry to draw progress
2008-12-05 Michael Natterer <mitch@imendio.com>
Bug 546285 – Allow GtkEntry to draw progress
* gtk/gtkentry.[ch]: add new API similar to GtkProgressBar which
allows to set the entry's progress_fraction, its progress_pulse_step
and to let the entry's progress pulse.
* gtk/gtk.symbols: updated.
* tests/testgtk.c: add progress demo code to the "Entry" window.
svn path=/trunk/; revision=21846
Johan Dahlin [Thu, 4 Dec 2008 19:56:42 +0000 (19:56 +0000)]
Add missing space in gtk-doc deprecated syntax
2008-12-04 Johan Dahlin <jdahlin@async.com.br>
* gtk/gtkstatusicon.c:
Add missing space in gtk-doc deprecated syntax
svn path=/trunk/; revision=21845
Simos Xenitellis [Wed, 3 Dec 2008 16:19:45 +0000 (16:19 +0000)]
Closes #557420 – Some compose sequences don't work anymore
svn path=/trunk/; revision=21843
Sven Herzberg [Wed, 3 Dec 2008 13:15:39 +0000 (13:15 +0000)]
Bug 562998 – GtkFontButton documentation improvements
2008-12-03 Sven Herzberg <sven@imendio.com>
Bug 562998 – GtkFontButton documentation improvements
* gtk/gtkfontbutton.c: mention the way the font string should be used.
Patch by Sven Herzberg and Nelson Benitez
svn path=/trunk/; revision=21842
Marek Kasik [Wed, 3 Dec 2008 10:17:45 +0000 (10:17 +0000)]
Bug 559914 – eog doesn't apply paper setup.
2008-12-03 Marek Kasik <mkasik@redhat.com>
Bug 559914 – eog doesn't apply paper setup.
* gtk/gtkpapersize.c: Call the gtk_paper_size_new_from_ppd() with width
and height in points.
svn path=/trunk/; revision=21841
Carlos Garcia Campos [Tue, 2 Dec 2008 09:06:35 +0000 (09:06 +0000)]
Bug 562878 – password save incorrectly set in gtkmountoperation
2008-12-02 Carlos Garcia Campos <carlosgc@gnome.org>
Bug 562878 – password save incorrectly set in gtkmountoperation
* gtk/gtkmountoperation.c (remember_button_toggled),
(gtk_mount_operation_ask_password): Remember the password save
flags only when the radio button becomes active. Set also the
default state of the radio buttons depending on the current value
of password save flags.
svn path=/trunk/; revision=21840
Matthias Clasen [Mon, 1 Dec 2008 05:42:28 +0000 (05:42 +0000)]
Filter out shadow mounts
svn path=/trunk/; revision=21838
Matthias Clasen [Mon, 1 Dec 2008 03:41:00 +0000 (03:41 +0000)]
Revert an accidental change
svn path=/trunk/; revision=21837
Paul Bolle [Sun, 30 Nov 2008 23:49:29 +0000 (23:49 +0000)]
Bug 562817 – Typo in GtkDialog
2008-12-01 Paul Bolle <pebolle@tiscali.nl>
Bug 562817 – Typo in GtkDialog
* gtk/gtkdialog.c: Fix typo
svn path=/trunk/; revision=21836
Matthias Clasen [Sun, 30 Nov 2008 06:05:23 +0000 (06:05 +0000)]
Bug 554453 – "typeahead find" widget of GtkTreeView appears on wrong
2008-11-29 Matthias Clasen <mclasen@redhat.com>
Bug 554453 – "typeahead find" widget of GtkTreeView appears on
wrong monitor in a multi-head environment
* gtk/gtktreeview.c (gtk_tree_view_ensure_interactive_directory):
Make sure the typeahead window follows screen changes of the
treeview. Noticed by Rainer Stransky
svn path=/trunk/; revision=21835
Christian Dywan [Sun, 30 Nov 2008 05:33:57 +0000 (05:33 +0000)]
Bug 559622 – GdkDevice test segfaults
2008-11-30 Christian Dywan <christian@imendio.com>
Bug 559622 – GdkDevice test segfaults
* gdk/x11/gdkdisplay-x11.c (gdk_display_x11_dispose):
* gdk/x11/gdkinput.c (gdk_device_class_init), (gdk_device_dispose):
Free and reset device in dispose. Patch by Michael Natterer and myself.
svn path=/trunk/; revision=21834
Christian Dywan [Sun, 30 Nov 2008 05:28:28 +0000 (05:28 +0000)]
Bug 554076 – eventually release g_new-ed supported_atoms
2008-11-30 Christian Dywan <christian@imendio.com>
Bug 554076 – eventually release g_new-ed supported_atoms
* gdk/x11/gdkevents-x11.c (cleanup_atoms),
(gdk_x11_screen_supports_net_wm_hint): Set cleanup callback.
Patch by Caolan McNamara.
svn path=/trunk/; revision=21833
Christian Dywan [Sun, 30 Nov 2008 05:22:03 +0000 (05:22 +0000)]
Bug 561186 – GdkPixbuf API type checking needs cleanup
2008-11-30 Christian Dywan <christian@imendio.com>
Bug 561186 – GdkPixbuf API type checking needs cleanup
* gdk-pixbuf-loader.c (gdk_pixbuf_loader_write),
(gdk_pixbuf_loader_get_pixbuf), (gdk_pixbuf_loader_get_animation),
(gdk_pixbuf_loader_close), (gdk_pixbuf_loader_get_format):
* gdk-pixbuf-scale.c (gdk_pixbuf_scale), (gdk_pixbuf_composite),
(gdk_pixbuf_composite_color), (gdk_pixbuf_scale_simple),
(gdk_pixbuf_composite_color_simple):
* gdk-pixbuf-simple-anim.c (gdk_pixbuf_simple_anim_add_frame):
* gdk-pixbuf-util.c (gdk_pixbuf_add_alpha),
(gdk_pixbuf_apply_embedded_orientation):
Improve type checking in pixbuf API
svn path=/trunk/; revision=21832
Christian Dywan [Sun, 30 Nov 2008 05:04:29 +0000 (05:04 +0000)]
Bug 539263 – Deprecate gdk_window_get_toplevels
2008-11-30 Christian Dywan <christian@imendio.com>
Bug 539263 – Deprecate gdk_window_get_toplevels
* gdk/gdkwindow.c:
* gdk/gdkwindow.h: Deprecate gdk_window_get_toplevels
svn path=/trunk/; revision=21831
Federico Mena Quintero [Sat, 29 Nov 2008 22:15:37 +0000 (22:15 +0000)]
bnc447004 - Flip tree lines around in the right-to-left case
2008-11-29 Federico Mena Quintero <federico@novell.com>
* gtk/gtktreeview.c (gtk_tree_view_bin_expose): If tree lines are
enabled, flip them around for the right-to-left case. Fixes
https://bugzilla.novell.com/show_bug.cgi?id=447004. Patch by
Ricardo Cruz <rpmcruz@alunos.dcc.fc.up.pt>
Signed-off-by: Federico Mena Quintero <federico@novell.com>
svn path=/trunk/; revision=21829
Baptiste Mille-Mathias [Sat, 29 Nov 2008 21:19:12 +0000 (21:19 +0000)]
Update all screnshots of reference to have a consistent look.
svn path=/trunk/; revision=21828
Christian Persch [Sat, 29 Nov 2008 21:14:31 +0000 (21:14 +0000)]
Typo fix.
* gtk/gtkselection.c: Typo fix.
svn path=/trunk/; revision=21827
Matthias Clasen [Sat, 29 Nov 2008 08:22:00 +0000 (08:22 +0000)]
better deprecation notes
svn path=/trunk/; revision=21826
Matthias Clasen [Sat, 29 Nov 2008 08:10:22 +0000 (08:10 +0000)]
More deprecation cleanup
svn path=/trunk/; revision=21825
Matthias Clasen [Sat, 29 Nov 2008 08:02:42 +0000 (08:02 +0000)]
More deprecation cleanup
svn path=/trunk/; revision=21824
Matthias Clasen [Sat, 29 Nov 2008 07:58:34 +0000 (07:58 +0000)]
More of the same
svn path=/trunk/; revision=21823
Matthias Clasen [Sat, 29 Nov 2008 07:56:32 +0000 (07:56 +0000)]
More of the same
svn path=/trunk/; revision=21822
Matthias Clasen [Sat, 29 Nov 2008 07:29:25 +0000 (07:29 +0000)]
better deprecation annotation
svn path=/trunk/; revision=21821
Matthias Clasen [Sat, 29 Nov 2008 07:22:00 +0000 (07:22 +0000)]
improve deprecation annotation
svn path=/trunk/; revision=21820
Matthias Clasen [Sat, 29 Nov 2008 07:19:12 +0000 (07:19 +0000)]
improve deprecation annotation
svn path=/trunk/; revision=21819
Matthias Clasen [Sat, 29 Nov 2008 07:12:49 +0000 (07:12 +0000)]
improve deprecation annotation
svn path=/trunk/; revision=21818
Matthias Clasen [Sat, 29 Nov 2008 07:06:37 +0000 (07:06 +0000)]
better deprecation annotation
svn path=/trunk/; revision=21817
Matthias Clasen [Sat, 29 Nov 2008 07:01:32 +0000 (07:01 +0000)]
Improve deprecation annotation
svn path=/trunk/; revision=21816
Matthias Clasen [Sat, 29 Nov 2008 06:57:55 +0000 (06:57 +0000)]
Improve deprecation annotations
svn path=/trunk/; revision=21815
Matthias Clasen [Sat, 29 Nov 2008 06:31:17 +0000 (06:31 +0000)]
Improve deprecation annotations
svn path=/trunk/; revision=21814
Matthias Clasen [Fri, 28 Nov 2008 04:04:03 +0000 (04:04 +0000)]
Don't rely on gtk_expander_get_label
svn path=/trunk/; revision=21812
Christian Dywan [Wed, 26 Nov 2008 08:36:10 +0000 (08:36 +0000)]
Bug 561504 – testgtk should load rc file from sub folder
2008-11-26 Christian Dywan <christian@imendio.com>
Bug 561504 – testgtk should load rc file from sub folder
* tests/testgtk.c (main):
Make testgtk look in subfolder and warn if not found
svn path=/trunk/; revision=21809
Christian Dywan [Tue, 25 Nov 2008 15:59:05 +0000 (15:59 +0000)]
Bug 559009 – gtk_radio_button_get_group documentation needs to say
2008-11-25 Christian Dywan <christian@imendio.com>
Bug 559009 – gtk_radio_button_get_group documentation needs
to say whether to free the returned GSList
* gtk/tmpl/gtkradiobutton.sgml: Clarify radio_button_get_group docs
svn path=/trunk/; revision=21808
Johan Dahlin [Tue, 25 Nov 2008 13:09:43 +0000 (13:09 +0000)]
Bug 559947 – Unchecked dependency on python>=2.4
2008-11-25 Johan Dahlin <jdahlin@async.com.br>
Bug 559947 – Unchecked dependency on python>=2.4
* gtk/gtk-builder-convert:
Avoid using sorted() which is only present in python 2.
svn path=/trunk/; revision=21807
Tristan Van Berkom [Mon, 24 Nov 2008 19:20:16 +0000 (19:20 +0000)]
Bug 561539 - Fix warnings when size allocations fall short of border width
* gtk/gtkalignment.c: Bug 561539 - Fix warnings when size allocations
fall short of border width and padding.
svn path=/trunk/; revision=21805
Li Yuan [Mon, 24 Nov 2008 06:33:34 +0000 (06:33 +0000)]
Bug #554002. Add cache's page count when add pages.
2008-11-24 Li Yuan <li.yuan@sun.com>
* gailnotebook.c: (gail_notebook_page_added):
Bug #554002. Add cache's page count when add pages.
svn path=/trunk/; revision=21800
Paul Bolle [Sat, 22 Nov 2008 14:26:00 +0000 (14:26 +0000)]
Bug 561335 - Fix typos in GtkToolItem documentation
* gtk/gtktoolitem.c: Fix typos in GtkToolItem documentation
svn path=/trunk/; revision=21798
Matthias Clasen [Fri, 21 Nov 2008 08:21:28 +0000 (08:21 +0000)]
Use a new gtk-doc feature to generate much nicer indices.
2008-11-21 Matthias Clasen <mclasen@redhat.com>
* gtk/Makefile.am:
* gdk/Makefile.am:
* gdk-pixbuf/Makefile.am: Use a new gtk-doc feature to generate
much nicer indices.
* gtk/drawing-model.xml: Fix document structure
svn path=/trunk/; revision=21795
Matthias Clasen [Fri, 21 Nov 2008 08:20:19 +0000 (08:20 +0000)]
Bump gtk-doc dependency to 1.11 for nicer index-generation.
2008-11-21 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump gtk-doc dependency to 1.11 for
nicer index-generation.
2008-11-21 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkmountoperation.[hc]: Declare structs in a way that
gtk-doc understands.
svn path=/trunk/; revision=21794
Christian Dywan [Mon, 17 Nov 2008 09:50:55 +0000 (09:50 +0000)]
Bug 377699 – realizing gtk.Progress() causes SEGV
2008-11-17 Christian Dywan <christian@imendio.com>
Bug 377699 – realizing gtk.Progress() causes SEGV
* gtk/gtkprogress.c: Define GtkProgress as an abstract type
svn path=/trunk/; revision=21792
Nickolay V. Shmyrev [Sun, 16 Nov 2008 01:30:23 +0000 (01:30 +0000)]
Updated Russian translation by Anton Shestakov
2008-11-16 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* ru.po: Updated Russian translation by Anton Shestakov
svn path=/trunk/; revision=21791
Christian Dywan [Thu, 13 Nov 2008 08:48:38 +0000 (08:48 +0000)]
Bug 560602 – Wrong GtkMenuItem default value (test fails)
2008-11-13 Christian Dywan <christian@imendio.com>
Bug 560602 – Wrong GtkMenuItem default value (test fails)
* gtk/gtkmenuitem.c (gtk_menu_item_class_init):
Correct default "label" value to ""
svn path=/trunk/; revision=21788
Christian Dywan [Wed, 12 Nov 2008 16:11:30 +0000 (16:11 +0000)]
Bug 560139 – GtkEntry doesn't paint with the right state
2008-11-12 Christian Dywan <christian@imendio.com>
Bug 560139 – GtkEntry doesn't paint with the right state
* gtk/gtkentry.c (gtk_entry_class_init), (gtk_entry_draw_frame),
(gtk_entry_expose): Reflect the right state if state-hint is set
svn path=/trunk/; revision=21787
Christian Dywan [Wed, 12 Nov 2008 15:48:51 +0000 (15:48 +0000)]
Bug 559619 – invisible-char default cannot be tested
2008-11-12 Christian Dywan <christian@imendio.com>
Bug 559619 – invisible-char default cannot be tested
* gtk/tests/defaultvalue.c (test_type):
Skip invisible-char when testing
svn path=/trunk/; revision=21786
Richard Hult [Wed, 12 Nov 2008 15:39:33 +0000 (15:39 +0000)]
Implement, patch from Paul Davis.
2008-11-12 Richard Hult <richard@imendio.com>
* gtk/gtkdnd-quartz.c: (gtk_drag_set_icon_pixmap): Implement,
patch from Paul Davis.
svn path=/trunk/; revision=21785
Christian Dywan [Wed, 12 Nov 2008 15:15:02 +0000 (15:15 +0000)]
Bug 525550 – GTK+ 2.13.0 GtkCurve test fails
2008-11-12 Christian Dywan <christian@imendio.com>
Bug 525550 – GTK+ 2.13.0 GtkCurve test fails
* gtk/tests/object.c (list_ignore_properties),
(object_test_property), (main): Ignore GtkCurve when testing
svn path=/trunk/; revision=21784
Richard Hult [Wed, 12 Nov 2008 13:30:22 +0000 (13:30 +0000)]
Bug 550942 – [patch] Rework of gdkeventloop-quartz.c
2008-11-12 Richard Hult <richard@imendio.com>
Bug 550942 – [patch] Rework of gdkeventloop-quartz.c
* gdk/gdk.c:
* gdk/gdkinternals.h: Add eventloop debug facility.
* gdk/quartz/gdkeventloop-quartz.c: Big rework of the quartz
mainloop integration, patch from Owen Taylor. See bug #550942 for
the details.
svn path=/trunk/; revision=21783
Richard Hult [Wed, 12 Nov 2008 12:56:17 +0000 (12:56 +0000)]
Bug 558586 – handling of keyboard under darwin (quartz)
2008-11-12 Richard Hult <richard@imendio.com>
Bug 558586 – handling of keyboard under darwin (quartz)
* gdk/quartz/gdkkeys-quartz.c: Follow up on this bug, only use the
new API when building on 64-bit, since there are still old non-xml
layouts used out there we don't want to break them. (For 64-bit
those layouts doesn't work so we don't have a choice there.)
svn path=/trunk/; revision=21782
Matthias Clasen [Tue, 11 Nov 2008 18:10:20 +0000 (18:10 +0000)]
Chain up enter and leave notify handlers
svn path=/trunk/; revision=21781
Michael Natterer [Tue, 11 Nov 2008 18:07:25 +0000 (18:07 +0000)]
Bug 553765 – Add orientation API to GtkRange
2008-11-11 Michael Natterer <mitch@imendio.com>
Bug 553765 – Add orientation API to GtkRange
* gtk/gtkrange.[ch]: implement the GtkOrientable interface. Add
evil code that makes sure that the stepper_detail and slider_detail
set in GtkRangeClass continue to work with the hacked subclasses
below.
* gtk/gtkscale.[ch]: swallow all code from GtkHScale and GtkVScale
and add gtk_scale_new() and gtk_scale_new_with_range() which take
a GtkOrientation argument. Set slider_detail to "Xscale" so above
evil code works.
* gtk/gtkscrollbar.[ch]: add gtk_scrollbar_new() which takes a
GtkOrientation argument. Set stepper_detail to "Xscrollbar" so
above evil code works.
* gtk/gtkhscale.c
* gtk/gtkvscale.c
* gtk/gtkhscrollbar.c
* gtk/gtkvscrollbar.c: remove all code except the constructor and
call gtk_orientable_set_orientation() in init().
* gtk/gtk.symbols: changed accordingly.
svn path=/trunk/; revision=21780
Michael Natterer [Tue, 11 Nov 2008 17:47:13 +0000 (17:47 +0000)]
Bug 553765 – Add orientation API to GtkRange
2008-11-11 Michael Natterer <mitch@imendio.com>
Bug 553765 – Add orientation API to GtkRange
* gtk/gtkrange.[ch]: implement the GtkOrientable interface. Add
evil code that makes sure that the stepper_detail and slider_detail
set in GtkRangeClass continue to work with the hacked subclasses
below.
* gtk/gtkscale.[ch]: swallow all code from GtkHScale and GtkVScale
and add gtk_scale_new() and gtk_scale_new_with_range() which take
a GtkOrientation argument. Set slider_detail to "Xscale" so above
evil code works.
* gtk/gtkscrollbar.[ch]: add gtk_scrollbar_new() which takes a
GtkOrientation argument. Set stepper_detail to "Xscrollbar" so
above evil code works.
* gtk/gtkhscale.c
* gtk/gtkvscale.c
* gtk/gtkhscrollbar.c
* gtk/gtkvscrollbar.c: remove all code except the constructor and
call gtk_orientable_set_orientation() in init().
* gtk/gtk.symbols: changed accordingly.
svn path=/trunk/; revision=21779
Michael Natterer [Tue, 11 Nov 2008 15:45:08 +0000 (15:45 +0000)]
move deprecated functions together, move setters and getters together,
2008-11-11 Michael Natterer <mitch@imendio.com>
* gtk/gtktoolbar.h: move deprecated functions together, move
setters and getters together, some indentation cleanup.
svn path=/trunk/; revision=21778
Michael Natterer [Tue, 11 Nov 2008 15:28:07 +0000 (15:28 +0000)]
implement the GtkOrientable interface and deprecate
2008-11-11 Michael Natterer <mitch@imendio.com>
* gtk/gtktoolbar.[ch]: implement the GtkOrientable interface
and deprecate gtk_toolbar_get,set_orientation().
* gtk/gtk.symbols: changed accordingly.
svn path=/trunk/; revision=21777
Nickolay V. Shmyrev [Mon, 10 Nov 2008 20:01:46 +0000 (20:01 +0000)]
Bug fixes in Russian translation.
svn path=/trunk/; revision=21776
Marek Kasik [Mon, 10 Nov 2008 15:33:44 +0000 (15:33 +0000)]
Bug 560135 - Print when the user double clicks a printer
2008-11-10 Marek Kasik <mkasik@redhat.com>
Bug 560135 - Print when the user double clicks a printer
* gtk/gtkprintunixdialog.c: add handling of double click to
GtkPrintUnixDialog.
svn path=/trunk/; revision=21775
Michael Natterer [Fri, 7 Nov 2008 16:50:29 +0000 (16:50 +0000)]
argh, actually call the newly added private gtk_paned_calc_position()
2008-11-07 Michael Natterer <mitch@imendio.com>
* gtk/gtkpaned.c: argh, actually call the newly added private
gtk_paned_calc_position() instead of the deprecated public
version.
svn path=/trunk/; revision=21774
Michael Natterer [Fri, 7 Nov 2008 16:41:39 +0000 (16:41 +0000)]
Fix my email.
svn path=/trunk/; revision=21773
Michael Natterer [Fri, 7 Nov 2008 16:39:50 +0000 (16:39 +0000)]
Bug 553586 – Add orientation API to GtkPaned
2008-11-07 Michael Natterer <mitch@gimp.org>
Bug 553586 – Add orientation API to GtkPaned
* gtk/gtkpaned.[ch]: implement the GtkOrientable interface
and swallow all code from GtkHPaned and GtkVPaned. Add
gtk_paned_new() which takes a GtkOrientation argument. Deprecate
gtk_paned_compute_position() for good (also for GTK_COMPILATION).
* gtk/gtkhpaned.[ch]
* gtk/gtkvpaned.[ch]: remove all code except the constructor and
call gtk_orientable_set_orientation() in init().
* gtk/gtk.symbols: add gtk_box_new().
svn path=/trunk/; revision=21772
Johan Dahlin [Fri, 7 Nov 2008 16:25:26 +0000 (16:25 +0000)]
Check for child->parent instead of GTK_WIDGET_TOPLEVEL.
2008-11-07 Johan Dahlin <jdahlin@async.com.br>
* gtk/gtkcontainer.c (gtk_container_buildable_add_child):
Check for child->parent instead of GTK_WIDGET_TOPLEVEL.
svn path=/trunk/; revision=21771
Michael Natterer [Thu, 6 Nov 2008 23:52:30 +0000 (23:52 +0000)]
remove bogus newlines in the middle of function calls, fix broken
2008-11-07 Michael Natterer <mitch@imendio.com>
* gtk/gtkscrollbar.c: remove bogus newlines in the middle of
function calls, fix broken indentation and remove trailing
whitespace.
svn path=/trunk/; revision=21769
Michael Natterer [Thu, 6 Nov 2008 23:51:59 +0000 (23:51 +0000)]
Fix broken ChangeLog formatting.
svn path=/trunk/; revision=21768
Tristan Van Berkom [Thu, 6 Nov 2008 17:34:30 +0000 (17:34 +0000)]
Made buildable and added support for adding children of type "submenu"
* gtk/gtkmenuitem.c: Made buildable and added support for adding children
of type "submenu"
* gtk/gtkwindow.c: Added support for custom tag "accel-groups" to add GtkAccelGroups
to the window.
* gtk/gtkcontainer.c: Added builder contextual warnings in buildable_add_child()
* gtk/tests/builder.c: Added tests for buildable menus (test that accelerators are
properly connected on stock items, test the menu hierarchy, test permission to
add alien/custom menuitem children).
* docs/reference/gtk/tmpl/gtkbuilder.sgml, docs/reference/gtk/tmpl/gtkwindow.sgml,
docs/reference/gtk/tmpl/gtkmenuitem.sgml: Updated docs for buildable submenus
and accel groups.
svn path=/trunk/; revision=21767
Tristan Van Berkom [Thu, 6 Nov 2008 17:19:08 +0000 (17:19 +0000)]
added new apis gtk_menu_item_[set/get]_label() and
2008-11-06 Tristan Van Berkom <tvb@gnome.org>
* gtk/gtkmenuitem.[ch]: added new apis gtk_menu_item_[set/get]_label() and
gtk_menu_item_[set/get]_use_underline() with "label" and "use-underline"
properties, constructors cleaned up to use g_object_new().
GtkMenuItemClass take new vfuncs ->get/set_label().
* gtk/gtkcheckmenuitem.c: constructors cleaned up to use g_object_new().
* gtk/gtkimagemenuitem.[ch]: added new apis gtk_image_menu_item_[get/set]_use_stock()
and gtk_image_menu_item_set_accel_group() with "use-stock" and write-only
"accel-group" properties. constructors cleaned up to use g_object_new().
svn path=/trunk/; revision=21766
Tristan Van Berkom [Thu, 6 Nov 2008 17:03:35 +0000 (17:03 +0000)]
Fixed a crasher in GTK_BUILDER_WARN_INVALID_CHILD_TYPE()
* gtk/gtkbuilder.h: Fixed a crasher in GTK_BUILDER_WARN_INVALID_CHILD_TYPE()
svn path=/trunk/; revision=21765
Tristan Van Berkom [Thu, 6 Nov 2008 16:36:16 +0000 (16:36 +0000)]
gtk_label_set_attributes() now applies attributes on top of any markup or
* gtk/gtklabel.c: gtk_label_set_attributes() now applies attributes
on top of any markup or mnemonic attributes (bug 558409).
* README: Updated and added release notes for 2.16
svn path=/trunk/; revision=21764
Richard Hult [Thu, 6 Nov 2008 15:35:56 +0000 (15:35 +0000)]
Bug 558586 – handling of keyboard under darwin (quartz)
2008-11-06 Richard Hult <richard@imendio.com>
Bug 558586 – handling of keyboard under darwin (quartz)
* gdk/quartz/gdkkeys-quartz.c: (maybe_update_keymap): Patch from
Arnaud Charlet to replace use of deprecated keyboard layout API
with the new TIS API available in 10.5. The old code is still used
when building for 10.4.
svn path=/trunk/; revision=21763
Richard Hult [Wed, 5 Nov 2008 19:12:48 +0000 (19:12 +0000)]
Revert (at least for now) the alt/cmd switching since it breaks the
2008-11-05 Richard Hult <richard@imendio.com>
* gdk/quartz/gdkevents-quartz.c:
(get_keyboard_modifiers_from_ns_event), (create_key_event): Revert
(at least for now) the alt/cmd switching since it breaks the
"alt-gr" functionality of alt which makes it impossible to input
lots of characters.
svn path=/trunk/; revision=21761
Christian Dywan [Wed, 5 Nov 2008 14:27:33 +0000 (14:27 +0000)]
Bug 559404 – gtk_editable_insert_text counts length in bytes
2008-11-05 Christian Dywan <christian@imendio.com>
Bug 559404 – gtk_editable_insert_text counts length in bytes
* gtk/gtkeditable.c:
Document new_text_length as the number of bytes
svn path=/trunk/; revision=21760
Richard Hult [Wed, 5 Nov 2008 10:26:47 +0000 (10:26 +0000)]
Set the fill color outside the loop.
2008-11-05 Richard Hult <richard@imendio.com>
* gdk/quartz/gdkwindow-quartz.c:
(gdk_window_impl_quartz_begin_paint_region): Set the fill color
outside the loop.
svn path=/trunk/; revision=21759
Richard Hult [Wed, 5 Nov 2008 10:24:30 +0000 (10:24 +0000)]
Fix build for win32 and quartz.
2008-11-05 Richard Hult <richard@imendio.com>
* gtk/gtkstatusicon.c: (gtk_status_icon_set_has_tooltip),
(gtk_status_icon_get_tooltip_markup): Fix build for win32 and
quartz.
svn path=/trunk/; revision=21758
Nickolay V. Shmyrev [Tue, 4 Nov 2008 23:36:22 +0000 (23:36 +0000)]
Updated Russian translation by Anton Shestakov.
2008-11-05 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* ru.po: Updated Russian translation by Anton Shestakov.
svn path=/trunk/; revision=21757